net/http.requestAndChan.callerGone (field)

5 uses

	net/http (current package)
		transport.go#L2121: 			case <-rc.callerGone:
		transport.go#L2161: 			case <-rc.callerGone:
		transport.go#L2206: 		case <-rc.callerGone:
		transport.go#L2487: 	callerGone <-chan struct{} // closed when roundTrip caller has returned
		transport.go#L2610: 		callerGone: gone,